distributed memory - определение. Что такое distributed memory
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое distributed memory - определение

Distributed memory multiprocessing
Найдено результатов: 1423
distributed memory         
<architecture> The kind of memory in a parallel processor where each processor has fast access to its own local memory and where to access another processor's memory it must send a message via the inter-processor network. Opposite: shared memory. (1995-03-22)
Sparse distributed memory         
MATHEMATICAL MODEL
User:OneThousandTwentyFour/Sparse Distributed Memory sandbox; Sparse Distributed Memory
Sparse distributed memory (SDM) is a mathematical model of human long-term memory introduced by Pentti Kanerva in 1988 while he was at NASA Ames Research Center. It is a generalized random-access memory (RAM) for long (e.
Distributed shared memory         
  • right
  • State diagram of a block of memory in a DSM. A block is "owned" if one of the nodes has the block in state EM.
  • Sequential invocations and responses in DSM
SOFTWARE AND HARDWARE IMPLEMENTATIONS IN WHICH EACH CLUSTER NODE ACCESSES A LARGE SHARED MEMORY
DGAS; Distributed global address space
In computer science, distributed shared memory (DSM) is a form of memory architecture where physically separated memories can be addressed as a single shared address space. The term "shared" does not mean that there is a single centralized memory, but that the address space is shared—i.
Distributed computing         
  • (a), (b): a distributed system.<br/>(c): a parallel system.
SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
Distributed computing is a field of computer science that studies distributed systems. A distributed system is a system whose components are located on different networked computers, which communicate and coordinate their actions by passing messages to one another from any system.
distributed system         
  • (a), (b): a distributed system.<br/>(c): a parallel system.
SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
A collection of (probably heterogeneous) automata whose distribution is transparent to the user so that the system appears as one local machine. This is in contrast to a network, where the user is aware that there are several machines, and their location, storage replication, load balancing and functionality is not transparent. Distributed systems usually use some kind of client-server organisation. Distributed systems are considered by some to be the "next wave" of computing. Distributed Computing Environment is the {Open Software Foundation}'s software architecture for distributed systems. http://dstc.edu.au/AU/research_news/dist-env.html. (1994-12-06)
distributed systems         
  • (a), (b): a distributed system.<br/>(c): a parallel system.
SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
distributed system         
  • (a), (b): a distributed system.<br/>(c): a parallel system.
SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
¦ noun a number of independent computers linked by a network.
Distributed version control         
DISTRIBUTED COMPUTING
DRCS; Distributed Version Control System; Distributed revision control system; Distributed revison control system; Distributed version control system; Distributed Revision Control Systems; Pull request; Distributed revision control; Merge request
In software development, distributed version control (also known as distributed revision control) is a form of version control in which the complete codebase, including its full history, is mirrored on every developer's computer. Compared to centralized version control, this enables automatic management branching and merging, speeds up most operations (except pushing and pulling), improves the ability to work offline, and does not rely on a single location for backups.
Distributed data store         
COMPUTER NETWORK WITH 2 OR MORE NODES TO STORE INFORMATION
Distributed content store; Distributed datastore; Distributed datastore network; Distributed data store network; Data store network; Datastore network; Distributed data storage
A distributed data store is a computer network where information is stored on more than one node, often in a replicated fashion. It is usually specifically used to refer to either a distributed database where users store information on a number of nodes, or a computer network in which users store information on a number of peer network nodes.
memory         
  • Brain regions involved in memory formation including medial prefrontal cortex (mPFC)
  • How does your memory work? - Dr. Lisa Genzel ([[Radboud University]])
  • [[Olin Levi Warner]], ''Memory'' (1896). Library of Congress [[Thomas Jefferson Building]], Washington, D.C.
  • Regulatory sequence in a promoter at a transcription start site with a paused RNA polymerase and a TOP2B-induced double-strand break
  • The working memory model
MENTAL FACULTIES AND PROCESSES INVOLVED IN STORING AND RETRIEVING INFORMATION
Molecular mechanisms of memory; Memory retention; Human memory; Memory (psychology); Memry; Topographical memory; Topographic memory; Memories; Macrostructure (psychology); Memory formation; Cognitive neuroscience of memory; Genetics of human memory; Genetic basis of memory; Genetics of memory
n.
1.
Recollection, remembrance, reminiscence.
2.
Remembrance.
3.
Memorial, commemorative record, monumental record.
4.
Fame, renown, reputation, celebrity.

Википедия

Distributed memory

In computer science, distributed memory refers to a multiprocessor computer system in which each processor has its own private memory. Computational tasks can only operate on local data, and if remote data are required, the computational task must communicate with one or more remote processors. In contrast, a shared memory multiprocessor offers a single memory space used by all processors. Processors do not have to be aware where data resides, except that there may be performance penalties, and that race conditions are to be avoided.

In a distributed memory system there is typically a processor, a memory, and some form of interconnection that allows programs on each processor to interact with each other. The interconnect can be organised with point to point links or separate hardware can provide a switching network. The network topology is a key factor in determining how the multiprocessor machine scales. The links between nodes can be implemented using some standard network protocol (for example Ethernet), using bespoke network links (used in for example the transputer), or using dual-ported memories.